home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / text / misc / cvt_1_6.lha / cvt-1.6 / scripts / FlipSlashes.cvt < prev    next >
Encoding:
Text File  |  1993-12-31  |  85 b   |  7 lines

  1. /*
  2.  *  flip slash and backslash
  3.  */
  4.  
  5. $2f->$5c ; /* / -> \ */
  6. $5c->$2f ; /* \ -> / */
  7.